home *** CD-ROM | disk | FTP | other *** search
/ Enter Special 7: Audio & PC / ENTER Special 07.iso / Internet / WWW File Share 1.40 / wfssetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-05-24  |  2.0 KB  |  43 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=WWW File Share
  4. AppVerName=WWW File Share 1.40
  5. AppId=WWW File Share
  6. AppPublisher=LionMax Software
  7. AppPublisherURL=http://www.wfshome.com
  8. AppSupportURL=http://www.wfshome.com
  9. AppUpdatesURL=http://www.wfshome.com
  10. DefaultDirName={pf}\WWW File Share
  11. DefaultGroupName=WWW File Share
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\WWWFileShare.exe"; DestDir: "{app}"; 
  19. Source: "{app}\web.css"; DestDir: "{app}"; 
  20. Source: "{app}\wfs.chm"; DestDir: "{app}"; 
  21. Source: "{sys}\Mswinsck.ocx"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver sharedfile 
  22. Source: "{app}\Root\Start.htm"; DestDir: "{app}\Root"; 
  23. Source: "{app}\Root\b_browser.gif"; DestDir: "{app}\Root"; 
  24. Source: "{app}\Root\b_help.gif"; DestDir: "{app}\Root"; 
  25. Source: "{app}\Root\b_refresh.gif"; DestDir: "{app}\Root"; 
  26. Source: "{app}\Root\b_start.gif"; DestDir: "{app}\Root"; 
  27. Source: "{app}\Root\b_stop.gif"; DestDir: "{app}\Root"; 
  28. Source: "{app}\Root\WFS.GIF"; DestDir: "{app}\Root"; 
  29. Source: "{app}\Root\b_about.gif"; DestDir: "{app}\Root"; 
  30. [Dirs]
  31. Name: "{app}\index"; Flags: uninsalwaysuninstall 
  32. Name: "{app}\Root"; Flags: uninsalwaysuninstall 
  33. [Run]
  34. Filename: "{app}\WWWFileShare.exe"; Description: "Launch WWW File Share"; Flags: postinstall skipifsilent nowait
  35. [Icons]
  36. Name: "{group}\WWW File Share"; Filename: "{app}\WWWFileShare.exe"; 
  37. Name: "{userdesktop}\WWW File Share"; Filename: "{app}\WWWFileShare.exe"; Tasks: desktopicon; 
  38. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\WWW File Share"; Filename: "{app}\WWWFileShare.exe"; Tasks: quicklaunchicon; 
  39. Name: "{group}\HELP"; Filename: "{app}\wfs.chm"; WorkingDir: "{app}"; IconFilename: "{app}\wfs.chm"; 
  40. [Tasks]
  41. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  42. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  43.